home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / gadgets / gradientslider.m < prev    next >
Encoding:
Text File  |  2001-10-28  |  638 b   |  17 lines

  1. /*
  2. **  $VER: gradientslider.h 44.1 (19.10.1999)
  3. **  Includes Release 44.1
  4. **
  5. **  Definitions for the gradientslider BOOPSI class
  6. **
  7. **  (C) Copyright 1987-1999 Amiga, Inc.
  8. **      All Rights Reserved
  9. */
  10. MODULE 'utility/tagitem'
  11. #define GRAD_Dummy   (TAG_USER+$05000000)
  12. #define GRAD_MaxVal    (GRAD_Dummy+1)     /* max value of slider     */
  13. #define GRAD_CurVal    (GRAD_Dummy+2)     /* current value of slider     */
  14. #define GRAD_SkipVal   (GRAD_Dummy+3)     /* "body click" move amount    */
  15. #define GRAD_KnobPixels   (GRAD_Dummy+4)      /* size of knob in pixels    */
  16. #define GRAD_PenArray    (GRAD_Dummy+5)     /* pen colors      */
  17.